Sub-primitives

The alloc-symbol sub-primitive allocates a new symbol object. name is the simple-string that is to be the name of the symbol.
\begin{example}
alloc-symbol (name) => symbol
\end{example}

The set-symbol-package sub-primitive is used by system code that must set the symbol package.
\begin{example}
set-symbol-package (symbol new-value)
\end{example}